home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / 3dprograms / rayshade-4.0 / stderrfix / makefile next >
Makefile  |  1995-02-13  |  206b  |  11 lines

  1. CFLAGS = -m68020 -O2 -c
  2. CC = gcc
  3.  
  4. all: stderrfix.o rle_stderrfix.o
  5.  
  6. stderrfix.o: stderrfix.c
  7.     $(CC) $(CFLAGS) stderrfix.c
  8.  
  9. rle_stderrfix.o: stderrfix.c
  10.     $(CC) $(CFLAGS) -DRLE -o rle_stderrfix.o stderrfix.c
  11.